home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 April / Macworld (1996-04).dmg / Educational Demos / Encyclopedia of Nature / DATA / Shared.Dir / 00768_Script_768 < prev    next >
Text File  |  1995-04-13  |  341b  |  13 lines

  1. on PCorMac eitherFN
  2.   --ïïsend this a Filename in form XXXXX?.Dir--
  3.   --and 5th char from the end is reset depending on machine typeïï--
  4.   
  5.   if the machinetype = 256 then
  6.     set type = "P"
  7.   else 
  8.     set type = "M"
  9.   end if
  10.   put type into char (length(eitherFN)-4) of eitherFN
  11.   go frame "st" of movie string(eitherFN)
  12. end 
  13.